Release 10.1A: OpenEdge Development:
Progress 4GL Handbook
Using dynamic queries and query handles
As with other dynamic objects, you can create a dynamic query with a form of the
CREATEstatement. But also as with other object types, you can attach a handle variable to a static query and use almost all of its methods and attributes to manipulate the query at run time.The syntax for the
CREATE QUERYstatement is:
There is no
ASSIGNoption on theCREATE QUERYstatement, primarily because most of the operations you can perform on a dynamic query are methods, not attributes.You can also attach a handle variable or field to a static query:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |